const runtime._Pidle

10 uses

	runtime (current package)
		mgc.go#L1204: 		if pp.status == _Pidle {
		proc.go#L2071: 		if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
		proc.go#L4712: 	if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
		proc.go#L5774: 		pp.status = _Pidle
		proc.go#L5808: 		pp.status = _Pidle
		proc.go#L5866: 	if pp.m != 0 || pp.status != _Pidle {
		proc.go#L5907: 	pp.status = _Pidle
		proc.go#L6258: 			if atomic.Cas(&pp.status, s, _Pidle) {
		runtime2.go#L119: 	_Pidle = iota
		tracestatus.go#L80: 	case _Pidle, _Pgcstop: